home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / casper.postinst < prev    next >
Text File  |  2008-10-25  |  205b  |  11 lines

  1. #! /bin/sh
  2.  
  3. update-initramfs -u
  4.  
  5. # Automatically added by dh_installinit
  6. if [ -x "/etc/init.d/casper" ]; then
  7.     update-rc.d casper start 89 0 6 . >/dev/null || exit $?
  8. fi
  9. # End automatically added section
  10.  
  11.